home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / aa_Intel_Only / lprManager.0.01 / lprManager / PrefController.h < prev    next >
Text File  |  1995-09-16  |  194b  |  18 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <foundation/NSObject.h>
  5.  
  6. @interface PrefController:Object
  7. {
  8.     id    window;
  9.     id serverForm;
  10. }
  11.  
  12. - okay:sender;
  13. - revert:sender;
  14.  
  15. - window;
  16. - awakeFromNib;
  17. @end
  18.